gdkvulkancontext-win32.c: Implement ->begin_frame()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 Aug 2020 10:43:46 +0000 (18:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 5 Aug 2020 08:23:14 +0000 (16:23 +0800)
commit5ce0098adccbb26e8939c4e35278e25437a33205
treedbcb2d106c55aa23bed1d58f2f6c2bcc1a8c3a08
parent46a8a3fe31aa539f4d557b6501a84149d9ae9b28
gdkvulkancontext-win32.c: Implement ->begin_frame()

By doing so, we ensure that resizes of windows will work on Vulkan renderer, by
first calling gdk_win32_surface_handle_queued_move_resize() before we proceed
as usual
gdk/win32/gdkvulkancontext-win32.c